home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000362_marca@wintermu….ncsa.uiuc.edu _Thu Nov 19 22:40:03 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <marca@wintermute.ncsa.uiuc.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA17603; Thu, 19 Nov 92 22:40:03 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA24645; Thu, 19 Nov 92 22:52:35 +0100
  6. Received: from wintermute.ncsa.uiuc.edu by newton.ncsa.uiuc.edu with SMTP id AA25390
  7.   (5.65a/IDA-1.4.2 for www-talk@nxoc01.cern.ch); Thu, 19 Nov 92 15:51:57 -0600
  8. Received: by wintermute.ncsa.uiuc.edu (920110.SGI/911001.SGI)
  9.     for @newton.ncsa.uiuc.edu:www-talk@nxoc01.cern.ch id AA11287; Thu, 19 Nov 92 15:53:01 -0800
  10. Date: Thu, 19 Nov 92 15:53:01 -0800
  11. From: marca@ncsa.uiuc.edu (Marc Andreessen)
  12. Message-Id: <9211192353.AA11287@wintermute.ncsa.uiuc.edu>
  13. To: Dan Connolly <connolly@pixel.convex.com>
  14. Cc: marca@ncsa.uiuc.edu (Marc Andreessen), www-talk@nxoc01.cern.ch
  15. Subject: Re: Freezing the HTML spec Re: Comments in HTML ? 
  16. In-Reply-To: <9211192136.AA09136@pixel.convex.com>
  17. References: <9211192130.AA10669@wintermute.ncsa.uiuc.edu>
  18.     <9211192136.AA09136@pixel.convex.com>
  19.  
  20. Dan Connolly writes:
  21. > 8. I'm browsing the annotated http://info.cern.ch/hypertext/WWW/MarkUp.html
  22. > and I click on "Comments by connolly@convex.com". The browser contacts
  23. > its NNTP server and grabs message-id.
  24.  
  25. But NNTP servers expire articles too quickly.
  26.  
  27. (Also, I just mutated metamail to handle x-html, like this:
  28.  
  29. in mailcap:
  30.  
  31. text/x-html; /usr/bin/X11/xterm -fn "*lucidatypewriter*medium*-14-*" -e /usr/local/bin/dowwwfile %s
  32.  
  33. in /usr/local/bin/dowwwfile:
  34.  
  35. #!/bin/sh
  36. PATH=$PATH:/usr/local/bin
  37. export PATH
  38. cp $1 $1.html
  39. WWW_HOME="file:$1.html"
  40. export WWW_HOME
  41. /usr/local/bin/www
  42.  
  43. It's a hack, but it's functional...)
  44.  
  45. Marc
  46.  
  47. --
  48. Marc Andreessen
  49. Software Development Group
  50. National Center for Supercomputing Applications
  51. marca@ncsa.uiuc.edu
  52.